home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / nagscr / frmmain.dfm / frmmain.txt
Text File  |  1996-04-08  |  765b  |  38 lines

  1. object MainForm: TMainForm
  2.   Left = 248
  3.   Top = 135
  4.   Width = 256
  5.   Height = 174
  6.   Caption = 'TNagScreen Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 40
  15.     Top = 8
  16.     Width = 185
  17.     Height = 85
  18.     AutoSize = False
  19.     Caption = 
  20.       'You can either invoke this NagScreen with a button or better yet' +
  21.       ' place it inside your Forms OnCreate or OnShow event handler.'
  22.     WordWrap = True
  23.   end
  24.   object Button1: TButton
  25.     Left = 56
  26.     Top = 100
  27.     Width = 137
  28.     Height = 33
  29.     Caption = 'Invoke NagScreen'
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object NagScreen: TNagScreen
  34.     Left = 4
  35.     Top = 112
  36.   end
  37. end
  38.